.single_privacy_div a {color: #efebeb8a;padding: 10px;}

.single_privacy_div a:hover {color: white;}

.reserve h5 {
    color: #ffffff8c;
    font-family: sans-serif;
}
.reserve h5 a {color: #ffffff8c;}

.reserve h5 a:hover {
    color: white;
}
.main-navbar{
    border-bottom: 1px solid #ccc;
}
.main-navbar .top-navbar{
    background-color: #2874f0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.main-navbar .top-navbar .brand-name{
    color: #fff;
}
.main-navbar .top-navbar .nav-link{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.main-navbar .top-navbar .dropdown-menu{
    padding: 0px 0px;
    border-radius: 0px;
}
.main-navbar .top-navbar .dropdown-menu .dropdown-item{
    padding: 8px 16px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}
.main-navbar .top-navbar .dropdown-menu .dropdown-item i{
    width: 20px;
    text-align: center;
    color: #2874f0;
    font-size: 14px;
}
.main-navbar .navbar{
    padding: 0px;
    background-color: #ddd;
}
.main-navbar .navbar .nav-item .nav-link{
    padding: 8px 20px;
    color: #000;
    font-size: 15px;
}

@media only screen and (max-width: 600px) {
    .main-navbar .top-navbar .nav-link{
        font-size: 12px;
        padding: 8px 10px;
    }
}

/* Category Start */
.category-card{
    border: 1px solid #ddd;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    margin-bottom: 24px;
    background-color: #fff;
}
.category-card a{
    text-decoration: none;
}
.category-card .category-card-img{
    max-height: 260px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.category-card .category-card-body{
    padding: 10px 16px;
}
.category-card .category-card-body h5{
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-align: center;
}
/* Category End */
/* Product Card */
.product-card{
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 24px;
}
.product-card a{
    text-decoration: none;
}
.product-card .stock{
    position: absolute;
    color: #fff;
    border-radius: 4px;
    padding: 2px 12px;
    margin: 8px;
    font-size: 12px;
}
.product-card .product-card-img{
    max-height: 260px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.product-card .product-card-img img{
    width: 100%;
}
.product-card .product-card-body{
    padding: 10px 10px;
}
.product-card .product-card-body .product-brand{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
    color: #937979;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-card .product-card-body .product-name{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-card .product-card-body .selling-price{
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-right: 8px;
}
.product-card .product-card-body .original-price{
    font-size: 18px;
    color: #937979;
    font-weight: 400;
    text-decoration: line-through;
}
.product-card .product-card-body .btn1{
    border: 1px solid;
    margin-right: 3px;
    border-radius: 0px;
    font-size: 12px;
    margin-top: 10px;
}
/* Product Card End */


.back-button {
    display: block;
    margin: 30px 0;
    padding: 4px 2px;
    background: #3b5999;
    width: 103px;
    justify-content: center;
    display:flex;
    border-radius: 23px;
    box-shadow: 1px 2px 3px #221f1f;
    overflow: hidden;
}

.back-button a {
    color: white;
}

.mb-4 {
    display: flex;
    justify-content: center;
}
.single-mobile-phone {
    width: 21%;
    
    box-shadow: 0px 0px 1px #403f3f;
}

.main-menubar {
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}

.menu-bar-wrapper {

    padding: 30px 0px;
}
.pagina {
    display: flex;
    justify-content: center;
    align-items: center;


}

.header-nav {
    box-shadow: -1px 1px 15px #3333334f;

}
.bg-light {
    
    background-color:none!important;
}
.strong-light {
    background: #1E3633!important;
    color: white!important;
}

.inner-mobile h2 {
    margin-bottom: 0px!important;
}

.m-price p {
    margin-bottom: 0;
}
.heading-style {
    border-bottom: 1px solid #3b5999;
    margin: auto;
    font-size: 24px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination {
    margin: auto;
}
.login-page2 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-page1 {
    height: 100vh;
  margin-top: 50px;
}
.header-nav {
    box-shadow: -1px 1px 15px #3333334f;
    margin-bottom: 30px;
}

.related-product {
    margin-top: 40px;
}
.top-top {
    margin-bottom: 40px;
}


/* auth */
.card-header {
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-page {
    background: #3b5999;
    color: white;
}


.input-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.social-ac-icon li a img {
    width: 37px;
}

.social-ac {
    margin: 20px 0px;
}

.social-ac-icon li a {
    cursor: pointer;
    width: 27px;
}

.social-ac-icon li {
    margin-left: 5px;
}


.nav-link {
    color: white!important;
}
.sidebar {
  
    background: rgb(30 54 51)!important;
   
}
.navbar .navbar-menu-wrapper {
    background: rgb(30 54 51);
  
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile .nav-link::after {
    color: white;
}
.nav-profile-name {
    color: white!important;
}
.navbar .navbar-brand-wrapper {
    background: #1e3633;
   
}
.navbar .navbar-brand-wrapper .navbar-brand-inner-wrapper .navbar-brand {
    color: white;
  
}
.mdi.mdi-sort-variant {
    color: white;
}

.btn-sm, .btn-group-sm > .btn {
    padding: .32rem 0.2rem;
    font-size: 0.675rem;
    border-radius: 0.1875rem;
}
.condition-page p {
    text-align: justify;
}
.all-offecial-mobile {
    margin-top: 13px;
}
/*.single-mobile-phone {*/
/*    box-shadow: -3px 3px 9px #979494!important;*/
/*}*/
.login_page {
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul{
padding-left: 0px;
}
.mobil_image {
   
width: 100%; 
}

.mobil_image img {
    max-width: 100%;
}
.nav-bar-wrapper {
    background: rgb(0 72 209);
    color: white;
}
.bottom-class {
    background: rgb(0 72 209);
    color: white;
    padding: 15px 0px;
}
